DragDropBehavior class
An object that allows the developer to specify elements and/or UIObjects that should be source elements and/or target elements. This object handles all aspects of a Drag operation and provides hooks such as events that allow the developer to interact with the operation.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
Infragistics.Web.UI.DragDropBehavior = function() {}; |
ASP.NET Ajax Javascript (Usage) | |
---|
var instanceVar = new Infragistics.Web.UI.DragDropBehavior(); |
Object
Infragistics.Web.UI.DragDropBehavior